ToGcBitmap(GcBitmap,Nullable<Rectangle>) Method
In This Topic
Copies the image into an existing instance of
GrapeCity.Documents.Imaging.GcBitmap.
Syntax
'Declaration
Public Overloads Sub ToGcBitmap( _
ByVal As GcBitmap, _
Optional ByVal As System.Nullable(Of Rectangle) _
)
public void ToGcBitmap(
GcBitmap ,
System.Nullable<Rectangle>
)
Parameters
- gcBitmap
- The target GrapeCity.Documents.Imaging.GcBitmap object.
- clipRect
- Clipping rectangle to be copied to GrapeCity.Documents.Imaging.GcBitmap.
See Also